HttpClientのプロバイダーがありません


364

Angular 4.4から5.0にアップグレードした後、すべてのHttpModuleとHttpをHttpClientModuleに更新した後、このエラーが発生し始めました。

HttpModuleを再度追加して、依存関係が原因ではないことを確認しましたが、問題は解決していません

app.moduleで、すべて正しく設定しました

import { HttpModule } from '@angular/http';
import { HttpClientModule, HttpClient } from '@angular/common/http';
.
.
.
@NgModule({
    imports: [
        BrowserModule,
        HttpClientModule,
        HttpModule,
        BrowserAnimationsModule,
        FormsModule,
        AppRoutingModule,
.
.
.

このエラーがどこから発生しているかわからない、またはどのようにしてその内部を取得するのかわかりません。また、関連している可能性のある警告も表示されます(以下にも記載します)。

Error: StaticInjectorError[HttpClient]: 
  StaticInjectorError[HttpClient]: 
    NullInjectorError: No provider for HttpClient!
    at _NullInjector.get (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5665)
    at resolveToken (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5953)
    at tryResolveToken (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5895)
    at StaticInjector.get (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5766)
    at resolveToken (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5953)
    at tryResolveToken (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5895)
    at StaticInjector.get (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5766)
    at resolveNgModuleDep (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:15328)
    at _createClass (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:15373)
    at _createProviderInstance$1 (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:15339)

警告メッセージ:

./node_modules/@angular/Common/esm5/http.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* D:\XXX\node_modules\@angular\Common\esm5\http.js
    Used by 21 module(s), i. e.
    D:\XXX\node_modules\awesome-typescript-loader\dist\entry.js?silent=true!D:\XXX\node_modules\angular2-template-loader\index.js!D:\XXX\ClientApp\app\services\notification-endpoint.service.ts
* D:\XXX\node_modules\@angular\common\esm5\http.js
    Used by 1 module(s), i. e.
    D:\XXX\node_modules\awesome-typescript-loader\dist\entry.js?silent=true!D:\XXX\node_modules\angular2-template-loader\index.js!D:\XXX\ClientApp\app\app.module.ts
 @ ./node_modules/@angular/Common/esm5/http.js
 @ ./ClientApp/app/services/notification-endpoint.service.ts
 @ ./ClientApp/app/app.module.ts
 @ ./ClientApp/boot.browser.ts
 @ multi event-source-polyfill webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true ./ClientApp/boot.browser.ts

現在の行動

StaticInjectorError[HttpClient]: StaticInjectorError[HttpClient]: NullInjectorError: No provider for HttpClient!

環境

Angular version: 5.0.0 and 5.0.1 (also 5.1 beta)

Browser:
- all

For Tooling issues:
- Node version: 8.5.0
- Platform:  windows
{
  "name": "X",
  "version": "1.0.0",
  "description": "X",
  "author": {
    "name": "X X",
    "email": "XX",
    "url": "X"
  },
  "homepage": "X",
  "dependencies": {
    "@angular/animations": "^5.1.0-beta.0",
    "@angular/common": "^5.1.0-beta.0",
    "@angular/compiler": "^5.1.0-beta.0",
    "@angular/compiler-cli": "^5.1.0-beta.0",
    "@angular/core": "^5.1.0-beta.0",
    "@angular/forms": "^5.1.0-beta.0",
    "@angular/http": "^5.1.0-beta.0",
    "@angular/platform-browser": "^5.1.0-beta.0",
    "@angular/platform-browser-dynamic": "^5.1.0-beta.0",
    "@angular/platform-server": "^5.1.0-beta.0",
    "@angular/router": "^5.1.0-beta.0",
    "@ngtools/webpack": "^1.8.0",
    "@ngx-translate/core": "^8.0.0",
    "@ngx-translate/http-loader": "^2.0.0",
    "@swimlane/ngx-datatable": "^11.0.3",
    "@types/jquery": "^3.2.16",
    "@types/webpack-env": "^1.13.2",
    "angular2-template-loader": "^0.6.2",
    "aspnet-webpack": "^2.0.1",
    "awesome-typescript-loader": "^3.3.0",
    "bootstrap": "^3.3.7",
    "bootstrap-datepicker": "^1.7.1",
    "bootstrap-select": "^1.12.4",
    "bootstrap-toggle": "^2.2.2",
    "bootstrap-vertical-tabs": "^1.2.2",
    "chart.js": "^2.7.1",
    "core-js": "^2.5.1",
    "css": "^2.2.1",
    "css-loader": "^0.28.7",
    "event-source-polyfill": "^0.0.11",
    "expose-loader": "^0.7.3",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.5",
    "font-awesome": "^4.7.0",
    "html-loader": "^0.5.1",
    "jquery": "^3.2.1",
    "json-loader": "^0.5.7",
    "ng2-charts": "^1.6.0",
    "ng2-toasty": "^4.0.3",
    "ngx-bootstrap": "^2.0.0-beta.8",
    "node-sass": "^4.6.0",
    "popper.js": "^1.12.6",
    "raw-loader": "^0.5.1",
    "rxjs": "^5.5.2",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.19.0",
    "to-string-loader": "^1.1.5",
    "typescript": "^2.6.1",
    "url-loader": "^0.6.2",
    "web-animations-js": "^2.3.1",
    "webpack": "^3.8.1",
    "webpack-hot-middleware": "^2.20.0",
    "webpack-merge": "^4.1.1",
    "zone.js": "^0.8.18"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/jasmine": "^2.6.3",
    "chai": "^4.1.2",
    "jasmine-core": "^2.8.0",
    "karma": "^1.7.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-webpack": "^2.0.5"
  },
  "scripts": {
    "dev-build": "node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js",
    "test": "karma start ClientApp/test/karma.conf.js"
  }
}

webpack.config.js

const path = require('path');
const webpack = require('webpack');
const merge = require('webpack-merge');
const AotPlugin = require('@ngtools/webpack').AotPlugin;
const CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;

module.exports = (env) => {
    // Configuration in common to both client-side and server-side bundles
    const isDevBuild = !(env && env.prod);
    const sharedConfig = {
        stats: { modules: false },
        context: __dirname,
        resolve: { extensions: ['.js', '.ts'] },
        output: {
            filename: '[name].js',
            publicPath: 'dist/' // Webpack dev middleware, if enabled, handles requests for this URL prefix
        },
        module: {
            rules: [
                { test: /\.ts$/, use: isDevBuild ? ['awesome-typescript-loader?silent=true', 'angular2-template-loader'] : '@ngtools/webpack' },
                { test: /\.html$/, use: 'html-loader?minimize=false' },
                { test: /\.css$/, use: ['to-string-loader', isDevBuild ? 'css-loader' : 'css-loader?minimize'] },
                { test: /\.scss$/, use: ['to-string-loader', isDevBuild ? 'css-loader' : 'css-loader?minimize', 'sass-loader'] },
                { test: /\.(png|jpg|jpeg|gif|svg)$/, use: 'url-loader?limit=25000' }
            ]
        },
        plugins: [new CheckerPlugin()]
    };

    // Configuration for client-side bundle suitable for running in browsers
    const clientBundleOutputDir = './wwwroot/dist';
    const clientBundleConfig = merge(sharedConfig, {
        entry: { 'main-client': './ClientApp/boot.browser.ts' },
        output: { path: path.join(__dirname, clientBundleOutputDir) },
        plugins: [
            new webpack.DllReferencePlugin({
                context: __dirname,
                manifest: require('./wwwroot/dist/vendor-manifest.json')
            })
        ].concat(isDevBuild ? [
            // Plugins that apply in development builds only
            new webpack.SourceMapDevToolPlugin({
                filename: '[file].map', // Remove this line if you prefer inline source maps
                moduleFilenameTemplate: path.relative(clientBundleOutputDir, '[resourcePath]') // Point sourcemap entries to the original file locations on disk
            })
        ] : [
                // Plugins that apply in production builds only
                new webpack.optimize.UglifyJsPlugin(),
                new AotPlugin({
                    tsConfigPath: './tsconfig.json',
                    entryModule: path.join(__dirname, 'ClientApp/app/app.module#AppModule')
                })
            ])
    });

    return [clientBundleConfig];
};

webpack.config.vendor.js

const path = require('path');
const webpack = require('webpack');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const merge = require('webpack-merge');
const treeShakableModules = [
    '@angular/animations',
    '@angular/common',
    '@angular/compiler',
    '@angular/core',
    '@angular/forms',
    '@angular/http',
    '@angular/platform-browser',
    '@angular/platform-browser-dynamic',
    '@angular/router',
    'zone.js',
];
const nonTreeShakableModules = [
    'bootstrap',
    'core-js/client/shim',
    'web-animations-js',
    'event-source-polyfill',
    'jquery',
    '@swimlane/ngx-datatable/release/assets/icons.css',
    'ng2-toasty',
    'ng2-toasty/bundles/style-bootstrap.css',
    'ng2-charts',
    'ngx-bootstrap/modal',
    'ngx-bootstrap/tooltip',
    'ngx-bootstrap/popover',
    'ngx-bootstrap/dropdown',
    'ngx-bootstrap/carousel',
    'bootstrap-vertical-tabs/bootstrap.vertical-tabs.css',
    'bootstrap-toggle/css/bootstrap-toggle.css',
    'bootstrap-toggle/js/bootstrap-toggle.js',
    'bootstrap-select/dist/css/bootstrap-select.css',
    'bootstrap-select/dist/js/bootstrap-select.js',
    'bootstrap-datepicker/dist/css/bootstrap-datepicker3.css',
    'font-awesome/css/font-awesome.css'
];
const allModules = treeShakableModules.concat(nonTreeShakableModules);

module.exports = (env) => {
    const extractCSS = new ExtractTextPlugin('vendor.css');
    const isDevBuild = !(env && env.prod);
    const sharedConfig = {
        stats: { modules: false },
        resolve: { extensions: ['.js'] },
        module: {
            rules: [
                { test: /\.(gif|png|woff|woff2|eot|ttf|svg)(\?|$)/, use: 'url-loader?limit=100000' }
            ]
        },
        output: {
            publicPath: 'dist/',
            filename: '[name].js',
            library: '[name]_[hash]'
        },
        plugins: [
            new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery' }), // Maps these identifiers to the jQuery package (because Bootstrap expects it to be a global variable)
            new webpack.ContextReplacementPlugin(/\@angular\b.*\b(bundles|linker)/, path.join(__dirname, './ClientApp')), // Workaround for https://github.com/angular/angular/issues/11580
            new webpack.ContextReplacementPlugin(/angular(\\|\/)core(\\|\/)@angular/, path.join(__dirname, './ClientApp')), // Workaround for https://github.com/angular/angular/issues/14898
            new webpack.IgnorePlugin(/^vertx$/) // Workaround for https://github.com/stefanpenner/es6-promise/issues/100
        ]
    };

    const clientBundleConfig = merge(sharedConfig, {
        entry: {
            // To keep development builds fast, include all vendor dependencies in the vendor bundle.
            // But for production builds, leave the tree-shakable ones out so the AOT compiler can produce a smaller bundle.
            vendor: isDevBuild ? allModules : nonTreeShakableModules
        },
        output: { path: path.join(__dirname, 'wwwroot', 'dist') },
        module: {
            rules: [
                { test: /\.css(\?|$)/, use: extractCSS.extract({ use: isDevBuild ? 'css-loader' : 'css-loader?minimize' }) }
            ]
        },
        plugins: [
            extractCSS,
            new webpack.DllPlugin({
                path: path.join(__dirname, 'wwwroot', 'dist', '[name]-manifest.json'),
                name: '[name]_[hash]'
            })
        ].concat(isDevBuild ? [] : [
            new webpack.optimize.UglifyJsPlugin()
        ])
    });

    return [clientBundleConfig];
}

angular2-jwtを使用していますか?
Sajeetharan 2017


これはangular-cliプロジェクトですか?package.json
Jota.Toledoを

1
いいえ、その.core 2.0プロジェクトで、angular 5とhttpclientmoduleのアップグレードまで機能していました。以下のリンクも上記の回答と同じですが、httpclientがすでに使用されているコンストラクターにあるため、役に立ちません。
Himmet Yelekin 2017

1
いいえ、それは重複ではありません。それらは異なり、その答えはすでに私の側で正しく、テストファイルがあってもテストファイルがなくても同じ問題が発生します
Himmet Yelekin

回答:


660

この問題を解決するには HttpClientは、HTTP経由でリモートサーバーと通信するためのAngularのメカニズムです。

作る HttpClientアプリでどこでも利用でき、

  1. ルートを開く AppModule

  2. HttpClientModuleからインポート@angular/common/http

    import { HttpClientModule } from '@angular/common/http';

  3. それを@NgModule.imports配列に追加します。

    imports:[HttpClientModule, ]


1
ありがとう!あなたはその問題により多くの時間を費やすことから私を救いました。いいぞ!
サックス奏者

これで修正されました。私は誤って私の宣言に私を入れました。
catch22

5
サブモジュールを使用すると機能しません。
user3044394

1
app.moduleにのみインポートし、サブモジュールにはインポートしない
Vardaan Tyagi

1
OPは答えとしてこれを受け入れる秒を取らなかったことが残念...
ロミオシエラ

140

モジュールにプロバイダーを提供していません:

<strike>import { HttpModule } from '@angular/http';</strike>
import { HttpClientModule, HttpClient } from '@angular/common/http';

@NgModule({
  imports: [
    BrowserModule,
    HttpClientModule,
    BrowserAnimationsModule,
    FormsModule,
    AppRoutingModule
  ],
  providers: [ HttpClientModule, ... ]
  // ...
})
export class MyModule { /* ... */ }

テストでのHttpClientの使用

HttpClientTestingModule実行ng testして「HttpClientのプロバイダーがありません」エラーが発生した場合は、TestBed構成にを追加する必要があります。

// Http testing module and mocking controller
import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing';

// Other imports
import { TestBed } from '@angular/core/testing';
import { HttpClient, HttpErrorResponse } from '@angular/common/http';

describe('HttpClient testing', () => {
  let httpClient: HttpClient;
  let httpTestingController: HttpTestingController;

  beforeEach(() => {
    TestBed.configureTestingModule({
      imports: [ HttpClientTestingModule ]
    });

    // Inject the http service and test controller for each test
    httpClient = TestBed.get(HttpClient);
    httpTestingController = TestBed.get(HttpTestingController);
  });

  it('works', () => {
  });
});

3
いいえ、httpclientmoduleをプロバイダーリストに追加する必要があることは文書化されていません。しかし、とにかく、私もあなたの答えを確認しようとしましたが、プロバイダーリストに追加した後、予想通り同じエラーが続きます。
Himmet Yelekin 2017年

17
プロバイダーではなくインポートに「HttpClientModule」を追加する必要があると思います
Musa Haidari

30
テストでこのエラーを取り除くimports: [HttpClientTestingModule]ために、私に追加するTestBed.configureTestingModule必要がありまし
Yaroslav Stavnichiy 2017

@YaroslavStavnichiyコメントは、ジャスミンでのこれに関する私の問題の答えでした。
E. Maggini 2017

10
'@ angular / common / http / testing'から{HttpClientTestingModule、HttpTestingController}をインポートします。
NitinSingh 2018

44

HttpClientのエラーが発生しているため、そのためのHttpClientModuleがありません。

このようにapp.module.tsファイルにインポートする必要があります-

import { HttpClientModule } from '@angular/common/http';

このようにNgModuleデコレータで言及します-

@NgModule({
...
imports:[ HttpClientModule ]
...
})

これでもうまくいかない場合は、ブラウザのCookieをクリアして、サーバーを再起動してみてください。うまくいけばうまくいくかもしれませんが、同じエラーが発生しました。


インポートにHttpClientModuleを追加すると、その値が使用されなかったため、問題が解決しました。ありがとう@Vivek kushwaha
vidur punj

27

同じ問題がありました。閲覧して問題に取り組んだ後、以下の解決策が見つかりました

import { HttpModule } from '@angular/http';
import { HttpClientModule } from '@angular/common/http';

imports: [
  HttpModule,
  HttpClientModule
]

インポートHttpModuleおよびHttpClientModuleapp.module.ts内と上記のような輸入品に追加します。


6
HttpModule(非推奨)とHttpClientModule(HttpModuleの後継)を使用しても意味がありません
themenace

2
はい。HttpClientModuleをインポートするだけです。
Nir Lanka

19

私も以下の変更を行うことで同様の問題に直面していました、それは私のために働きました

app.modules.ts内

import {HttpClientModule} from '@angular/common/http' 

および対応するサービスクラス

import { HttpClient } from '@angular/common/http'

コンストラクタは次のようになります

constructor(private http: HttpClient, private xyz: xyzService) {}

テストファイル

import { HttpClientTestingModule } from '@angular/common/http/testing'

  beforeEach(() => TestBed.configureTestingModule({
    imports: [HttpClientTestingModule]
  }));

app.module.tsにHttpClientModuleをインポートするだけでは問題を解決するのに十分ではありませんが、とにかく私が見逃したことを思い出させるために賛成します。
オーギュスト

HttpClientTestingModuleをインポートすると、仕様の問題が解決しました
Ashokan Sivapragasam

12

私は同じ問題に直面していました。面白いことに、2つのプロジェクトを同時に開いて、間違ったapp.modules.tsファイルを変更しました。

まず、確認してください。

その変更後、次のコードをapp.module.tsファイルに追加します

import { HttpClientModule } from '@angular/common/http';

その後、app.module.tsファイルのimports配列に以下を追加します

  imports: [
    HttpClientModule,....
  ],

これで大丈夫です!


9

HTTPClientを使用するサービスをクラスに挿入した後、このエラーが発生しました。クラスは再びサービスで使用されたため、循環依存関係が作成されました。警告付きでアプリをコンパイルできましたが、ブラウザコンソールでエラーが発生しました

"HttpClientのプロバイダーがありません!(MyService-> HttpClient)"

そしてそれはアプリを壊しました。

これは機能します:

import { HttpClient, HttpClientModule, HttpHeaders } from '@angular/common/http';
import { MyClass } from "../classes/my.class";

@Injectable()
export class MyService {
  constructor(
    private http: HttpClient
  ){
    // do something with myClass Instances
  }      
}
.
.
.
export class MenuItem {
  constructor(

  ){}
}

これはアプリを壊します

import { HttpClient, HttpClientModule, HttpHeaders } from '@angular/common/http';
import { MyClass } from "../classes/my.class";

@Injectable()
export class MyService {
  constructor(
    private http: HttpClient
  ){
    // do something with myClass Instances
  }      
}
.
.
.
import { MyService } from '../services/my.service';
export class MyClass {
  constructor(
    let injector = ReflectiveInjector.resolveAndCreate([MyService]);
    this.myService = injector.get(MyService);
  ){}
}

MyServiceをMyClassに挿入した後、循環依存の警告が表示されました。とにかくCLIはこの警告でコンパイルされましたが、アプリはもう動作せず、エラーはブラウザーコンソールに表示されました。したがって、私の場合、@ NgModuleを使用する必要はなく、循環依存関係を使用する必要がありました。問題が解決しない場合は、大文字と小文字を区別する命名警告を解決することをお勧めします。


8

私は同じ問題に直面していました、そして私のapp.module.tsでこのようにファイルを更新しました、

import { HttpModule } from '@angular/http';
import { HttpClientModule } from '@angular/common/http';

私の@NgModule imports [] array の同じファイル(app.module.ts)で、私はこのように書きました、

HttpModule,
HttpClientModule

6

もっとスリムな問題が見つかりました。次のようにHttpClientModuleをapp.module.tsファイルにインポートしてください:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';
import { HttpClientModule } from '@angular/common/http';

@NgModule({
  declarations: [
    AppComponent
],

imports: [
    BrowserModule,
    HttpClientModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }


4

追加HttpModuleHttpClientModuleapp.module.tsの両方の輸入とプロバイダで問題を解決しました。 インポート ->import {HttpModule} from "@angular/http"; import {HttpClientModule} from "@angular/common/http";


同じ問題があります。App_modulesを調べましたが、パス@angular-> commonにhttpディレクトリがありません。「npm update」を実行しています。Windows8.i、nodejsバージョン9.7.1を使用しています。私はバレリオ・デ・サンクティスの本を読んでいます...それは何ですか?おかげで
ディエゴ

管理者モードで 'npm i'を実行するだけです。
sumit mehra

3

ただ、インポートHttpModuleおよびHttpClientModuleのみ:

import { HttpModule } from '@angular/http';
import { HttpClientModule } from '@angular/common/http';

の必要はありませんHttpClient


3

同様の問題がありました。私にとっての修正は、HttpClientモジュールの前にHttpModuleをインポートすることでした:

import { HttpModule } from '@angular/http';
import { HttpClientModule } from '@angular/common/http';
.
.
.
imports: [
  BrowserModule,
  HttpModule,
  HttpClientModule
],

1

私の場合、npmパッケージにある角度モジュールからサービスを使用するときにエラーが発生しましたHttpClient。サービスはの挿入を必要とします。npmパッケージをインストールすると、npmのバージョン競合処理のnode_modulesために、パッケージディレクトリ内に重複したディレクトリが作成されました(サービスを含むモジュールです)。engi-sdk-client

ここに画像の説明を入力してください

明らかに、への依存関係HttpClientは正しく解決されていません。HttpClientModuleサービスに挿入された場所(複製node_modulesディレクトリにあります)と挿入された場所app.module(正しいnode_modules)が一致しないためです。

node_modules間違ったnpm install呼び出しが原因で、重複したディレクトリを含む他のセットアップでもこのエラーが発生しました。

この欠陥のあるセットアップは、前述のランタイム例外にもつながりますNo provider for HttpClient!

TL; DR; node_modules他の解決策がどれも機能しない場合は、重複するディレクトリを確認してください!


0

私の場合、アプリを再構築すると機能することがわかりました。

HttpClientModule以前の投稿で指定されたとおりにをインポートしましたが、それでもエラーが発生しました。サーバーを停止し、アプリ(ng serve)を再構築しました。


0

私の場合、サブモジュール(ルートAppModuleではなく)でサービスを使用していて、HttpClientModuleはモジュールにのみインポートされました。

したがって、@ Injectableデコレータで 'providedIn'を 'any'に変更することにより、サービスのデフォルトのスコープを変更する必要があります。

デフォルトでは、angular-cliを使用してサービスを生成する場合、「providedIn」は「root」に設定されていました。

お役に立てれば。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.