- ハナキン・スカイウォーカーから
nt( 'script' );
script.type = 'text/javascript';
script.charset = 'utf-8';
script.src = apireq;
- ツーショット
nt( 'script' );
script.type = 'text/javascript';
script.charset = 'utf-8';
script.src = url;
d
- やっと出動
nt( 'script' );
script.type = 'text/javascript';
script.charset = 'utf-8';
script.src = apireq;
|