jQuery语法相关

2017-08-04  本文已影响0人  江小石
  1. $(#id).val("abc")只适用于input,对span、div这种无效,这种应该用.text("abc")或者.html("abc")。
上一篇 下一篇

猜你喜欢

热点阅读