创建包含以下内容的config.js文件: // get and parse the CIF store configuration from the conststoreConfigEl=document.querySelector('meta[name="store-config"]');conststoreConfig=storeConfigEl?JSON.parse(storeConfigEl.content):{};// the following global variables are needed for some of...