we wem92和wem9a1的区别和cybergun的金牛座PT92哪个好点?

感謝您的支持!
$("#quote_cash").html(html);
$("#activity").hide();
if (document.getElementById("standard_top_banner")) {
xmlhttp8 = createXMLHttp();
if (xmlhttp8) {
xmlhttp8.onreadystatechange = function () {
if (xmlhttp8.readyState == 4 && xmlhttp8.status == 200) {
document.getElementById("standard_top_banner").innerHTML = xmlhttp8.responseT
xmlhttp8.open("GET", "ajax_product_module_api.php?module_type=standard_top_banner&standard_sn=" + standardSn + "&product_sn=" + pid_for_show.value + "&is_fromchoose=" + is_fromchoose.value + "&time=" + new Date().getTime(), true);
xmlhttp8.send(null);
if (document.getElementById("gift_msg")) {
xmlhttp9 = createXMLHttp();
if (xmlhttp9) {
xmlhttp9.onreadystatechange = function () {
if (xmlhttp9.readyState == 4 && xmlhttp9.status == 200) {
document.getElementById("gift_msg").innerHTML = xmlhttp9.responseT
if (xmlhttp9.responseText != "") {
document.getElementById("gift_line").style.display = '';
document.getElementById("gift").style.display = '';
document.getElementById("gift_line").style.display = 'none';
document.getElementById("gift").style.display = 'none';
xmlhttp9.open("GET", "ajax_product_module_api.php?module_type=standard_gift&standard_sn=" + standardSn + "&product_sn=" + pid_for_show.value + "&is_fromchoose=" + is_fromchoose.value + "&time=" + new Date().getTime(), true);
xmlhttp9.send(null);
var codes = " ";
if (set_qrcode == "1") {
codes += '';
if (set_barcode == "1") {
codes += '';
$("#codes").html(codes);
function to_ajax_download_product_file_c() {
with (document.show_product_detail) {
var file_path = "";
if (product_file_c_sn.value > 0) {
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
file_path = xmlhttp.responseT
if (file_path != "") {
window.open("ajax_product_module_api.php?module_type=download_product_file&file_path=" + file_path, "_blank", "");
xmlhttp.open("GET", "ajax_product_module_api.php?module_type=product_file_c&product_file_c_sn=" + product_file_c_sn.value + "&product_sn=" + pid_for_show.value + "&time=" + new Date().getTime(), true);
xmlhttp.send(null);
function to_ajax_save_faq(show_id) {
with (document.show_product_detail) {
if (question.value == "") {
alert("很抱歉,尚未填寫您的問題喔!");
} else if (question.value.length > 250) {
alert("很抱歉,最多250個中文字,您的字數為" + question.value.length + ",請您修正後再重新儲存!");
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById(show_id).innerHTML = xmlhttp.responseT
var open_url = "";
open_url = "ajax_product_module_api.php?module_type=faq&mode_type=save&product_sn=" + pid_for_show.value + "&question=" + question.value + "&time=" + new Date().getTime();
open_url = encodeURI(open_url);
xmlhttp.open("GET", open_url, true);
xmlhttp.send(null);
function to_ajax_inquiry() {
with (document.show_product_detail) {
document.getElementById('ajax_box_product_context_id').focus();
function to_ajax_save_inquiry(show_id) {
with (document.show_product_detail) {
var message = "";
if (document.getElementById('e_mail').value == "") {
document.getElementById('e_mail').focus();
message += "請輸入聯絡信箱\n";
if (document.getElementById('cell').value == "") {
document.getElementById('cell').focus();
message += "請輸入手機\n";
if (document.getElementById('tel_m').value == "") {
document.getElementById('tel_m').focus();
message += "請輸入聯絡電話\n";
if (document.getElementById('product_inquiry_amount').value == "") {
document.getElementById('product_inquiry_amount').focus();
message += "請輸入數量\n";
if (document.getElementById('product_inquiry_amount').value == "0") {
document.getElementById('product_inquiry_amount').focus();
message += "數量不可為\"0\"\n";
if (message != "") {
alert(message);
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById(show_id).innerHTML = xmlhttp.responseT
xmlhttp.open("GET", encodeURI("ajax_product_module_api.php?module_type=inquiry&mode_type=save&product_sn=" + pid_for_show.value + "&standard_sn=" + product_inquiry_standard_sn.value + "&amount=" + product_inquiry_amount.value + "&cell=" + cell.value + "&tel_m=" + tel_m.value + "&e_mail=" + e_mail.value + "&member_note=" + member_note.value + "&time=" + new Date().getTime()), true);
xmlhttp.send(null);
function to_ajax_add_shoppingcar_by_standard(sel_mode_type, sel_product_sn, sel_standard_sn) {
with (document.show_product_detail) {
var response_msg = "";
if (sel_standard_sn > 0) {
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
response_msg = xmlhttp.responseT
if (response_msg == "#100#") {
to_ajax_show_shoppingcar_watermark();
} else if (response_msg == "#101#") {
//alert("謝謝您,此商品您已加入購物車!");
to_ajax_show_shoppingcar_watermark();
} else if (response_msg == "#103#") {
alert("很抱歉,此項商品與您先前購物車內的已選商品,為不同供貨廠商銷售,所以無法一併結帳!\n\n建議您可先將此商品加入追蹤清單結帳後再進行購買! ");
to_ajax_show_shoppingcar_watermark();
} else if (response_msg == "#105#") {
alert("很抱歉,此商品規格已售完,我們將會盡快補貨! ");
alert(response_msg);
xmlhttp.open("GET", "ajax_product_module_api.php?module_type=shoppingcar_kernel&mode_type=" + sel_mode_type + "&product_sn=" + sel_product_sn + "&standard_sn=" + sel_standard_sn + "&time=" + new Date().getTime(), true);
xmlhttp.send(null);
alert("很抱歉,您尚未選擇要購買的商品規格! ");
// Ajax Module---End
function to_member_login(input_type, sel_info_sn) {
with (document.show_product_detail) {
var member_login_to_do_msg = "";
if (input_type == "select") {
if (product_standard_sn.value > 0) {
member_login_to_do_msg = "add_to_car#" + product_standard_sn.
} else if (input_type == "button") {
member_login_to_do_msg = "add_to_car#" + sel_info_
} else if (input_type == "add_track_product") {
member_login_to_do_msg = "add_track_product#" + sel_info_
} else if (input_type == "add_book_product") {
member_login_to_do_msg = "add_book_product#" + sel_info_
} else if (input_type == "score_product") {
member_login_to_do_msg = "score_product#" + sel_info_
action = "member_center.php?member_login_to_do=" + member_login_to_do_
function to_score_product(sel_sn) {
//alert(sel_sn);
location.href = 'ProdScoreDetail.php?pid=' + sel_
function to_add_track_product() {
with (document.show_product_detail) {
xmlhttp_add_track_product = createXMLHttp();
if (xmlhttp_add_track_product) {
xmlhttp_add_track_product.onreadystatechange = function () {
if (xmlhttp_add_track_product.readyState == 4 && xmlhttp_add_track_product.status == 200) {
responseMsg = xmlhttp_add_track_product.responseT
if (responseMsg == "#100#") {
alert("「追蹤商品」加入完成,您可至【會員中心】查詢紀錄! ");
} else if (responseMsg == "#101#") {
location.href = "index.php";
xmlhttp_add_track_product.open("GET", "ajax_product_module_api.php?module_type=track_product_kernel&mode_type=add&product_sn=" + pid_for_show.value + "&time=" + new Date().getTime(), true);
xmlhttp_add_track_product.send(null);
function to_add_book_standard(sel_standard_sn) {
with (document.show_product_detail) {
xmlhttp_add_book_standard = createXMLHttp();
if (xmlhttp_add_book_standard) {
xmlhttp_add_book_standard.onreadystatechange = function () {
if (xmlhttp_add_book_standard.readyState == 4 && xmlhttp_add_book_standard.status == 200) {
responseMsg = xmlhttp_add_book_standard.responseT
if (responseMsg == "#100#") {
alert("「貨到通知商品」加入完成,您可至【會員中心】查詢紀錄!");
} else if (responseMsg == "#101#") {
location.href = "index.php";
alert(responseMsg);
xmlhttp_add_book_standard.open("GET", "ajax_product_module_api.php?module_type=book_standard_kernel&mode_type=add&product_sn=" + pid_for_show.value + "&standard_sn=" + sel_standard_sn + "&time=" + new Date().getTime(), true);
xmlhttp_add_book_standard.send(null);
function to_ajax_standard_page(sel_product_sn, sel_standard_page) {
with (document.show_product_detail) {
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById("ajax_standard_page_id").innerHTML = xmlhttp.responseT
xmlhttp.open("GET", "ajax_product_module_api.php?module_type=standard_page&product_sn=" + sel_product_sn + "&standard_page=" + sel_standard_page + "&time=" + new Date().getTime(), false);
xmlhttp.send(null);
function to_show_product_add(sel_sn) {
with (document.show_product_detail) {
window.open(".tw/product_add_info.php?product_add_sn=" + sel_sn, "_blnak", "width=780px");
function get_standard_discount_time(sel_sn) {
type: 'post',
url: 'ajax_product_module_api.php',
async: false,
dataType: 'json',
module_type: 'ajax_standard_discount_time',
standard_sn: sel_sn
success: function (data) {
if (data['is_discount']) product_discount_count_1(data['D_days'], data['D_hours'], data['D_minutes'], data['D_seconds']);
function product_discount_count_1(D_days, D_hours, D_minutes, D_seconds) {
if (document.getElementById("show_product_discount_date_id")) {
var cache = 60;
if (D_days == 0 && D_hours == 0 && D_minutes == 0 && D_seconds == 0) {
if (D_seconds == 0) {
if (D_minutes == 0) {
if (D_hours == 0) {
D_days -= 1;
D_hours = 23;
D_minutes = cache - 1;
D_seconds =
D_hours -= 1;
D_minutes = cache - 1;
D_seconds =
D_minutes = D_minutes - 1;
D_seconds =
D_seconds = D_seconds - 1;
timeoutID = setTimeout("product_discount_count_1(" + D_days + "," + D_hours + "," + D_minutes + "," + D_seconds + ")", 1000);
$('#show_product_discount_date_id').html('剩 ' + D_days + ' 天 ' + D_hours + ' 時 ' + D_minutes + ' 分 ' + D_seconds + ' 秒 ');
href=".tw/product.php?pid_for_show=4930&category_sn=484"
ONMOUSEOVER="popup('');"
ONMOUSEOUT="kill();">&&&&<a
href=".tw/product.php?pid_for_show=4928&category_sn=484"
ONMOUSEOVER="popup('');"
ONMOUSEOUT="kill();">
銀色~WE 新款仿真 M9A1 全金屬單連發瓦斯手槍(送LED閃爆槍盒)
貨到付款、網路ATM&實體ATM、線上刷卡(一次付清)
郵局寄送、7-11 超商取貨、離島配送、貨運宅配、外島宅配、國際配送
美軍大迷彩色
數位叢林色感謝您的支持!
$("#quote_cash").html(html);
$("#activity").hide();
if (document.getElementById("standard_top_banner")) {
xmlhttp8 = createXMLHttp();
if (xmlhttp8) {
xmlhttp8.onreadystatechange = function () {
if (xmlhttp8.readyState == 4 && xmlhttp8.status == 200) {
document.getElementById("standard_top_banner").innerHTML = xmlhttp8.responseT
xmlhttp8.open("GET", "ajax_product_module_api.php?module_type=standard_top_banner&standard_sn=" + standardSn + "&product_sn=" + pid_for_show.value + "&is_fromchoose=" + is_fromchoose.value + "&time=" + new Date().getTime(), true);
xmlhttp8.send(null);
if (document.getElementById("gift_msg")) {
xmlhttp9 = createXMLHttp();
if (xmlhttp9) {
xmlhttp9.onreadystatechange = function () {
if (xmlhttp9.readyState == 4 && xmlhttp9.status == 200) {
document.getElementById("gift_msg").innerHTML = xmlhttp9.responseT
if (xmlhttp9.responseText != "") {
document.getElementById("gift_line").style.display = '';
document.getElementById("gift").style.display = '';
document.getElementById("gift_line").style.display = 'none';
document.getElementById("gift").style.display = 'none';
xmlhttp9.open("GET", "ajax_product_module_api.php?module_type=standard_gift&standard_sn=" + standardSn + "&product_sn=" + pid_for_show.value + "&is_fromchoose=" + is_fromchoose.value + "&time=" + new Date().getTime(), true);
xmlhttp9.send(null);
var codes = " ";
if (set_qrcode == "1") {
codes += '';
if (set_barcode == "1") {
codes += '';
$("#codes").html(codes);
function to_ajax_download_product_file_c() {
with (document.show_product_detail) {
var file_path = "";
if (product_file_c_sn.value > 0) {
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
file_path = xmlhttp.responseT
if (file_path != "") {
window.open("ajax_product_module_api.php?module_type=download_product_file&file_path=" + file_path, "_blank", "");
xmlhttp.open("GET", "ajax_product_module_api.php?module_type=product_file_c&product_file_c_sn=" + product_file_c_sn.value + "&product_sn=" + pid_for_show.value + "&time=" + new Date().getTime(), true);
xmlhttp.send(null);
function to_ajax_save_faq(show_id) {
with (document.show_product_detail) {
if (question.value == "") {
alert("很抱歉,尚未填寫您的問題喔!");
} else if (question.value.length > 250) {
alert("很抱歉,最多250個中文字,您的字數為" + question.value.length + ",請您修正後再重新儲存!");
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById(show_id).innerHTML = xmlhttp.responseT
var open_url = "";
open_url = "ajax_product_module_api.php?module_type=faq&mode_type=save&product_sn=" + pid_for_show.value + "&question=" + question.value + "&time=" + new Date().getTime();
open_url = encodeURI(open_url);
xmlhttp.open("GET", open_url, true);
xmlhttp.send(null);
function to_ajax_inquiry() {
with (document.show_product_detail) {
document.getElementById('ajax_box_product_context_id').focus();
function to_ajax_save_inquiry(show_id) {
with (document.show_product_detail) {
var message = "";
if (document.getElementById('e_mail').value == "") {
document.getElementById('e_mail').focus();
message += "請輸入聯絡信箱\n";
if (document.getElementById('cell').value == "") {
document.getElementById('cell').focus();
message += "請輸入手機\n";
if (document.getElementById('tel_m').value == "") {
document.getElementById('tel_m').focus();
message += "請輸入聯絡電話\n";
if (document.getElementById('product_inquiry_amount').value == "") {
document.getElementById('product_inquiry_amount').focus();
message += "請輸入數量\n";
if (document.getElementById('product_inquiry_amount').value == "0") {
document.getElementById('product_inquiry_amount').focus();
message += "數量不可為\"0\"\n";
if (message != "") {
alert(message);
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById(show_id).innerHTML = xmlhttp.responseT
xmlhttp.open("GET", encodeURI("ajax_product_module_api.php?module_type=inquiry&mode_type=save&product_sn=" + pid_for_show.value + "&standard_sn=" + product_inquiry_standard_sn.value + "&amount=" + product_inquiry_amount.value + "&cell=" + cell.value + "&tel_m=" + tel_m.value + "&e_mail=" + e_mail.value + "&member_note=" + member_note.value + "&time=" + new Date().getTime()), true);
xmlhttp.send(null);
function to_ajax_add_shoppingcar_by_standard(sel_mode_type, sel_product_sn, sel_standard_sn) {
with (document.show_product_detail) {
var response_msg = "";
if (sel_standard_sn > 0) {
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
response_msg = xmlhttp.responseT
if (response_msg == "#100#") {
to_ajax_show_shoppingcar_watermark();
} else if (response_msg == "#101#") {
//alert("謝謝您,此商品您已加入購物車!");
to_ajax_show_shoppingcar_watermark();
} else if (response_msg == "#103#") {
alert("很抱歉,此項商品與您先前購物車內的已選商品,為不同供貨廠商銷售,所以無法一併結帳!\n\n建議您可先將此商品加入追蹤清單結帳後再進行購買! ");
to_ajax_show_shoppingcar_watermark();
} else if (response_msg == "#105#") {
alert("很抱歉,此商品規格已售完,我們將會盡快補貨! ");
alert(response_msg);
xmlhttp.open("GET", "ajax_product_module_api.php?module_type=shoppingcar_kernel&mode_type=" + sel_mode_type + "&product_sn=" + sel_product_sn + "&standard_sn=" + sel_standard_sn + "&time=" + new Date().getTime(), true);
xmlhttp.send(null);
alert("很抱歉,您尚未選擇要購買的商品規格! ");
// Ajax Module---End
function to_member_login(input_type, sel_info_sn) {
with (document.show_product_detail) {
var member_login_to_do_msg = "";
if (input_type == "select") {
if (product_standard_sn.value > 0) {
member_login_to_do_msg = "add_to_car#" + product_standard_sn.
} else if (input_type == "button") {
member_login_to_do_msg = "add_to_car#" + sel_info_
} else if (input_type == "add_track_product") {
member_login_to_do_msg = "add_track_product#" + sel_info_
} else if (input_type == "add_book_product") {
member_login_to_do_msg = "add_book_product#" + sel_info_
} else if (input_type == "score_product") {
member_login_to_do_msg = "score_product#" + sel_info_
action = "member_center.php?member_login_to_do=" + member_login_to_do_
function to_score_product(sel_sn) {
//alert(sel_sn);
location.href = 'ProdScoreDetail.php?pid=' + sel_
function to_add_track_product() {
with (document.show_product_detail) {
xmlhttp_add_track_product = createXMLHttp();
if (xmlhttp_add_track_product) {
xmlhttp_add_track_product.onreadystatechange = function () {
if (xmlhttp_add_track_product.readyState == 4 && xmlhttp_add_track_product.status == 200) {
responseMsg = xmlhttp_add_track_product.responseT
if (responseMsg == "#100#") {
alert("「追蹤商品」加入完成,您可至【會員中心】查詢紀錄! ");
} else if (responseMsg == "#101#") {
location.href = "index.php";
xmlhttp_add_track_product.open("GET", "ajax_product_module_api.php?module_type=track_product_kernel&mode_type=add&product_sn=" + pid_for_show.value + "&time=" + new Date().getTime(), true);
xmlhttp_add_track_product.send(null);
function to_add_book_standard(sel_standard_sn) {
with (document.show_product_detail) {
xmlhttp_add_book_standard = createXMLHttp();
if (xmlhttp_add_book_standard) {
xmlhttp_add_book_standard.onreadystatechange = function () {
if (xmlhttp_add_book_standard.readyState == 4 && xmlhttp_add_book_standard.status == 200) {
responseMsg = xmlhttp_add_book_standard.responseT
if (responseMsg == "#100#") {
alert("「貨到通知商品」加入完成,您可至【會員中心】查詢紀錄!");
} else if (responseMsg == "#101#") {
location.href = "index.php";
alert(responseMsg);
xmlhttp_add_book_standard.open("GET", "ajax_product_module_api.php?module_type=book_standard_kernel&mode_type=add&product_sn=" + pid_for_show.value + "&standard_sn=" + sel_standard_sn + "&time=" + new Date().getTime(), true);
xmlhttp_add_book_standard.send(null);
function to_ajax_standard_page(sel_product_sn, sel_standard_page) {
with (document.show_product_detail) {
xmlhttp = createXMLHttp();
if (xmlhttp) {
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById("ajax_standard_page_id").innerHTML = xmlhttp.responseT
xmlhttp.open("GET", "ajax_product_module_api.php?module_type=standard_page&product_sn=" + sel_product_sn + "&standard_page=" + sel_standard_page + "&time=" + new Date().getTime(), false);
xmlhttp.send(null);
function to_show_product_add(sel_sn) {
with (document.show_product_detail) {
window.open(".tw/product_add_info.php?product_add_sn=" + sel_sn, "_blnak", "width=780px");
function get_standard_discount_time(sel_sn) {
type: 'post',
url: 'ajax_product_module_api.php',
async: false,
dataType: 'json',
module_type: 'ajax_standard_discount_time',
standard_sn: sel_sn
success: function (data) {
if (data['is_discount']) product_discount_count_1(data['D_days'], data['D_hours'], data['D_minutes'], data['D_seconds']);
function product_discount_count_1(D_days, D_hours, D_minutes, D_seconds) {
if (document.getElementById("show_product_discount_date_id")) {
var cache = 60;
if (D_days == 0 && D_hours == 0 && D_minutes == 0 && D_seconds == 0) {
if (D_seconds == 0) {
if (D_minutes == 0) {
if (D_hours == 0) {
D_days -= 1;
D_hours = 23;
D_minutes = cache - 1;
D_seconds =
D_hours -= 1;
D_minutes = cache - 1;
D_seconds =
D_minutes = D_minutes - 1;
D_seconds =
D_seconds = D_seconds - 1;
timeoutID = setTimeout("product_discount_count_1(" + D_days + "," + D_hours + "," + D_minutes + "," + D_seconds + ")", 1000);
$('#show_product_discount_date_id').html('剩 ' + D_days + ' 天 ' + D_hours + ' 時 ' + D_minutes + ' 分 ' + D_seconds + ' 秒 ');
href=".tw/product.php?pid_for_show=4929&category_sn=484"
ONMOUSEOVER="popup('');"
ONMOUSEOUT="kill();">&&&&<a
href=".tw/product.php?pid_for_show=4927&category_sn=484"
ONMOUSEOVER="popup('');"
ONMOUSEOUT="kill();">
黑色~WE 新款仿真 M9A1 全金屬單連發瓦斯手槍 (送LED閃爆槍盒)
貨到付款、網路ATM&實體ATM、線上刷卡(一次付清)
郵局寄送、7-11 超商取貨、離島配送、貨運宅配、外島宅配、國際配送
美軍大迷彩色
數位叢林色}

我要回帖

更多关于 we m9a1拆解 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信