ダウンロード

Neuvition をご愛顧いただきありがとうございます。データのダウンロードや使用中にご不明な点がございましたら、お気軽にお問い合わせください。
貴重なフィードバックやご提案をいただければ幸いです。

製品仕様書

クライアントソフトウェア

  • {{ item.name_en }}
  • {{ item.name_en }}
    {{ item.size }}
// 購読を申し込む $("#btn-subscribe").click(function () { let email = $("#email").val(); if (email == '') { alert('このメールアドレスは必須です'); return false } $.ajax({ type: 'post', url: 'https://system.neuvition.cn/api/customer/en', data: { company: 'subscribe customer', email: email, json: jsonStr, message: 'subscribe message', }, cache: false, dataType: 'json', success: function (result) { alert('購読が完了しました!'); }, error: function (data) { console.log("err"); } }); console.log(email) })