canIUse使用示例 canIUse用来查询某个方法chameleon是否支持。调用此方法,并传入你想知道是否支持的方法名。 使用示例cml.canIUse('showToast').then(() => { // 支持}, () => { // 不支持};