```bash import has from '@atomicservice/ascf-web-sdk'; has.ascfweb.getEnv(function(res) { console.log('getEnv: ' + JSON.stringify(res)); }); ```
npm install @atomicservice/ascf-web-sdkes6 需要在 webview 内嵌的网页中引入 @atomicservice/ascf-web-sdkbash
import has from '@atomicservice/ascf-web-sdk';
has.ascfweb.getEnv(function(res) {
console.log('getEnv: ' + JSON.stringify(res));
});
`####
umd 需要在 webview 内嵌的网页中引入 @atomicservice/ascf-web-sdk
`bash
``