jquery解析var returnvalue="<A><B><C f="123"></C></B></A> 如何通过jquery获取到该字符串中的123值呢?[解决办法]$('C').attr('f')jquery选择器其实就是css选择器