HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
View in English Always switch to English
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2016年9月.
href は URL インターフェイスのプロパティで、URL 全体の入った文字列です。
href
URL
メモ: この機能はウェブワーカー内で利用可能です。
文字列です。
const url = new URL("https://newreal1.mobosoft.fun/ja/docs/Web/API/URL/href"); console.log(url.href); // 'https://newreal1.mobosoft.fun/ja/docs/Web/API/URL/href' とログ出力
Loading…