UNPKG

xyo-httpapi-sdk

Version:

xyo httpApi 前端调用api

9 lines (6 loc) 85 B
'use strict'; function main() { return '11'; } let a = main(); console.log(a);