UNPKG

243 BJavaScriptView Raw
1const { createMockStarQuery } = require('mockstar');
2const mockstarQuery = createMockStarQuery({
3 cgi_a: 'mock_data_1'
4});
5const url = 'https://now.qq.com/index.html?a=2';
6const newUrl = mockstarQuery.appendToUrl(url);
7
8console.log(newUrl);
\No newline at end of file