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.
“普通”NSString对象和以@. 例如@"something".
NSString
@
@"something"
I try to trigger a click event if someone clicks on a an <a>nchor that has an <object> child:
<a>
<object>
$(function() { $("object").click(function() {