freemarker中导入样式表的写法,以及javascript的写法注意

 
 引入样式表:<LINK href= 
 "*.css" 
  type=text/css rel=stylesheet>   
 添加样式表:   
 <style type= 
 "text/css" 
 >   
      .imgs img{width:150px ; height:70px;}   
 </style>   
 javascript块:   
 <script language= 
 "JavaScript" 
  >   
        
 function 
  method(para){   
 }   
      </script>    
发布了43 篇原创文章 · 获赞 2 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/yizufengdou/article/details/8610064