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

6 lines
101 B
Plaintext
Raw Normal View History

2026-04-17 16:22:56 +08:00
function indexOf(str, value) {
return str.indexOf(value)
}
module.exports = {
indexOf: indexOf
};