This website requires JavaScript.
Explore
Help
Sign In
exam-ent
/
qa-education-exam-weapp
Watch
1
Star
0
Fork
You've already forked qa-education-exam-weapp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
qa-education-exam-weapp
/
utils
/
util.wxs
6 lines
101 B
XML
Raw
Permalink
Blame
History
function indexOf(str, value) {
return str.indexOf(value)
}
module.exports = {
indexOf: indexOf
};
Reference in New Issue
View Git Blame
Copy Permalink