Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
怎么将扫描的二维码信息进行分快处理,比如二维码信息为‘123+321’ 怎么把123 和321分别存储到两个变量中去。
a,b = '123+321'.split('+')