<input id="input"/> <iframe src="welcome.html"></iframe> let vm = new Vue ({ data: { src: "welcome.html", }, }); document.getElementById("input").value ...
確定! 回上一頁