📌  相关文章
📜  如何在 Google AMP 中使用 amp-bind-macro 动态计算圆的面积?

📅  最后修改于: 2022-05-13 01:56:33.474000             🧑  作者: Mango

如何在 Google AMP 中使用 amp-bind-macro 动态计算圆的面积?

借助 amp-bind-macro,可以创建一个 HTML 程序来动态计算圆的面积。给定输入后,页面会响应用户输入,在不刷新页面的情况下,根据提供的半径找到圆的区域并打印。

设置:要在我们的 AMP 页面中使用 amp-bind-macro,我们必须在文档头部导入 amp-bind 脚本。

HTML


HTML


  

    
    Foofle AMP amp-bind
  
    
  
    
  
    
  
    
    
  
    
  
    
  
    

  

    

        Geeks For Geeks     

                
                                                  
                           
                

                    The circle has an area of                     0.                 

            
        
    
  


例子:

HTML



  

    
    Foofle AMP amp-bind
  
    
  
    
  
    
  
    
    
  
    
  
    
  
    

  

    

        Geeks For Geeks     

                
                                                  
                           
                

                    The circle has an area of                     0.                 

            
        
    
  

输出: