KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2024-04-29 to 1 day

localhostを判定する

js

var uri = new URL(window.location.href); console.log(uri.hostname); if(uri.hostname=="localhost"){ }

"FOOTER"