Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaScript コード内で html ページを呼び出し、そのページを iframe なしで変数に割り当てたいと考えています。
誰でもこの問題を解決するのを手伝ってくれますか?
$.get メソッドでこの問題を解決するには、jquery を使用します。
var externalHtml; $.get('external_page.html', function(data){ externalHtml = data; });