Movatterモバイル変換


[0]ホーム

URL:


  1. 開発者向けのウェブ技術
  2. Web API
  3. HTMLButtonElement
  4. value

このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docsコミュニティーについてもっと知り、仲間になるにはこちらから。

View in EnglishAlways switch to English

HTMLButtonElement: value プロパティ

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2015年7月⁩.

valueHTMLButtonElement インターフェイスのプロパティで、この<button> 要素の現在の値を文字列で表します。値が設定されていない場合は空文字列になります。これはこの要素のvalue 属性を反映します。

この<button> 要素の値を含む文字列です。

js
const buttonElement = document.getElementById("given-name");console.log(`value: ${buttonElement.value}`);

仕様書

Specification
HTML
# dom-button-value

ブラウザーの互換性

関連情報

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp