setType: function (m, n) {//显示可用过关方式 n:是长度 n = n > selectTable.MaxMatch ? selectTable.MaxMatch : n; this.curType = ""; var useType = ""; if (n > 1) { for (var i = n; i > m; i--) if (i > 0) { useType += this.ggType.slice(i - 2, i - 1) + ","; } useType = useType.substring(0, useType.length - 1); }
html:
<div id="content1"> </div>
<div id="content2"> </div>
我现在只要在 content2 中执行: useType += this.ggType.slice(i - 2, i - 1) + ",";
你的问题不具有上下文,描述不是很清楚,如果单单是解决你这个问题是不难的,最简单的就是判断id等于 content2