• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • public
  • js
  • common
  • helpers
  • encodeURIComponent.js
  • 列表模版 ok
    264b7339
    by 陈轩
    2017-01-05 13:31:17 +0800  
    Browse Directory »
encodeURIComponent.js 66 Bytes
Raw Blame History Permalink
1 2 3
module.exports = (str) => {
    return encodeURIComponent(str);
};