热搜词
发表于 2017-10-25 17:46:22 | 显示全部楼层 |阅读模式
txt+="Width of div: " + $("#div1").width() + "</br>";里的+=是什么意思

<!DOCTYPE html> <html> <head> <script src="/jquery/jquery-1.11.1.min.js"> </script> <script> $(document).ready(function(){ $("button").click(function(){ var txt=""; txt+="Width of div: " + $("#div1").width() + "</br>"; ...


txt+="Width of div: " + $("#div1").width() + "</br>"

相当于:
txt=txt+"Width of div: " + $("#div1").width() + "</br>"
主要为了减少敲键!当然要编译器和解释器支持!

全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2025-1-16 02:43 , Processed in 0.142834 second(s), 22 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2025 Discuz! Team