add-affiliate-querystring:给定用户输入的URL,将您自己的会员代码添加到querystring

时间:2024-06-08 10:00:13
【文件属性】:

文件名称:add-affiliate-querystring:给定用户输入的URL,将您自己的会员代码添加到querystring

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-08 10:00:13

JavaScript

不会在错误的网址上引发错误(仅返回错误而无需修改) 仅将更改应用于您指定的域/主机。 用法 var createAdderFunction = require ( './' ) var addAffiliateCode = createAdderFunction ( 'shoppingsite.com' , 'code' , 'my-money-making-code' ) addAffiliateCode ( 'http://shoppingsite.com/thing' ) // => 'http://shoppingsite.com/thing?code=my-money-making-code' addAffiliateCode ( 'http://google.com/thing' ) // => 'http://google.com/thing' 执照


【文件预览】:
add-affiliate-querystring-master
----.gitignore(13B)
----package.json(782B)
----readme.md(520B)
----index.js(554B)
----test.js(1KB)
----.travis.yml(57B)

网友评论