qa-education-exam-weapp/utils/util.wxs

6 lines
101 B
XML

function indexOf(str, value) {
return str.indexOf(value)
}
module.exports = {
indexOf: indexOf
};