表单数据 转链接参数
摘要:
var t = $('#searchForm').serializeArray();var param = '';$.each(t, function() { if (this.name != 'r') { param += '&'+this.name+'='+this.value; }}); 阅读全文
posted @ 2023-10-31 10:06 磊有三颗小石头 阅读(18) 评论(0) 推荐(0)
posted @ 2023-10-31 10:06 磊有三颗小石头 阅读(18) 评论(0) 推荐(0)