generated from tailored/router-db-template
temp
This commit is contained in:
4
packages/xhs-core/test/qs.ts
Normal file
4
packages/xhs-core/test/qs.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import qs from 'querystring';
|
||||
|
||||
const r = qs.stringify({ a: 1, b: 2, c: 3 });
|
||||
console.log(r); // a=1&b=2&c=3
|
||||
Reference in New Issue
Block a user