<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>m_kbou</author_name>
  <author_url>https://blog.hatena.ne.jp/m_kbou/</author_url>
  <blog_title>教えて！GAS！</blog_title>
  <blog_url>https://osiete-gas.work/</blog_url>
  <categories>
    <anon>オブジェクト・クラス</anon>
  </categories>
  <description>構文 プログラミング例 まとめ 構文 構文は以下の通りです。 class クラス名 { static 静的メンバー = 値; static 静的メソッド() { // 処理内容 }}// 使用例console.log(クラス名.静的メンバー);クラス名.静的メソッド(); 解説 クラスの静的メンバーはクラス自体に結びついており、特定のオブジェクトインスタンスに関連しない変数やメソッドを定義するのに使われます。静的メンバーは、クラスのインスタンスを作成せずにアクセスできます。これは、特定のデータや機能がすべてのインスタンスで共有されるべき場合に便利です。 プログラミング例 具体的なプログラミング…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosiete-gas.work%2Fentry%2F2024%2F08%2F19%2F124749&quot; title=&quot;Google Apps Scriptでのクラスの静的メンバーについて - 教えて！GAS！&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.user.blog.st-hatena.com/default_entry_og_image/153954334/1722225573956980</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-08-19 12:47:49</published>
  <title>Google Apps Scriptでのクラスの静的メンバーについて</title>
  <type>rich</type>
  <url>https://osiete-gas.work/entry/2024/08/19/124749</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
