摘要: $("input[name='decisionPlot']:checked").val(); 阅读全文
posted @ 2012-06-03 23:50 lhc、 阅读(472) 评论(0) 推荐(0) 编辑
摘要: function objConvertStr(o) { if (o == undefined) { return ""; } var r = []; if (typeof o == "string") return "\"" + o.replace(/([\"\\])/g, "\\$1").replace(/(\n)/g, "\\n").replace(/(\r)/g, "\\r").replace(/(\t)/g, "\\t") + 阅读全文
posted @ 2012-06-03 23:43 lhc、 阅读(10898) 评论(0) 推荐(0) 编辑