class Background { IHostingEnvironment _env; public Background(IHostingEnvironment env) { this._env=env; } void Log() { //可以在方法中 ...
確定! 回上一頁