var auth = 'Basic ' + new Buffer(username + ':' + password).toString('base64');. var header = {'Host': 'www.example.com', 'Authorization': auth};.
確定! 回上一頁