js中代碼為:scopeBtn = function(orgId,noticeTitle){var url = "sys-notice/view-ajax-iframe?noticeId="+orgId+"?iceTitle='"+noticeTitle+"'";url = encodeURL(encodeURL(url));$("#sForm").attr("action",url);$("#sForm").submit();};
求問為什么會出現這個問題 encodeURL is not defined?
精慕HU
2021-11-01 10:06:13