Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这样的事情:
var nn = $("#nickname" + i +"_").text(); var search_nn = $("#search_nickname").val();
一个是跨度框 (search_nn),而 nn 是一个文本框。它们具有相同的价值。我使用if语句进行比较,但它总是错误的......
我尝试使用 String() 函数,但仍然无法正常工作。
这可能会清除您的查询...
http://www.api.jquery.com/text/
.text() 将为您提供可能受 css 影响的文本,而 .val() 将返回纯值