一.页面授权 // 进入页面获取权限code function initAuthorizeCode() { var appid = $("#appid").val();//公众号appid var openid = $("#openId").val();//openid var userId = $("#userId").val(); var code = getUrlParam('code'); var local = window.locat
let els = document.getElementsByTagName('iframe'); if(els.length > 0){ for(let i = 0;i < els.length; i++){ document.body.removeChild(els[i]); } } let el = document.createElement('iframe'); el.src = `${url}/region/exportCommodityData?regionId=${this.
import java.awt.*; import java.awt.event.*; public class TestFrameTwo implements ActionListener { Frame f = new Frame("((((99999"); public static void main(String[] args) { TestFrameTwo tf = new TestFrameTwo(); tf.init(); } public void init() {