摘要: <script type="text/javascript">// <![CDATA[JsonObjectToString=function(o) { var arr=[]; var fmt = function(s) { if (typeof s == 'object' && s != null ) return JsonObjectToString(s); return /^(string|number)$/.test(typeof s) ? "'" + s + "'&quo 阅读全文
posted @ 2012-08-29 17:05 南斗兄弟 阅读(507) 评论(0) 推荐(0)