摘要:
1.代码如下<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> <meta http-equiv="Content-Typ 阅读全文
摘要:
js去掉html标签 var contract_no=$("ap").find('contract_no').html();//合同号 var contract_no=delHtmlTag(contract_no); function delHtmlTag(contract_no){ return 阅读全文