// 若不是測試平台且沒走https 倒過去
if ('http:' == document.location.protocol){
    document.location.href = 'https://' + document.location.host + document.location.pathname + document.location.search;
}
