1 <!DOCTYPE html>
 2 <html>
 3 <head>
 4     <title></title>
 5     <meta name="article" id="articlelink" content="" />
 6     <meta name="author" content="" />
 7     <script src="js/jquery-1.11.3.min.js" type="text/javascript"></script>
 8     <script>    
 9         $(function(){ 
10             console.log(parseFloat($(".test").attr("style").split('width:')[1]));
11         });
12     </script>
13 </head>
14 <body>    
15     <div class="test" style="width:333.333px;"></div>    
16 </body>
17 </html>

 

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2021-11-12
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-26
  • 2021-12-26
  • 2021-11-27
  • 2021-11-14
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
相关资源
相似解决方案