פתרון LiDAR לזיהוי תא רכבת

יצירת קשר

אם יש לך שאלות או הצעות, אנא השאר הודעה, ניצור איתך קשר תוך 24 שעות!

טלפון:+1 888-487-8667

חזון תאגידי: חזון טוב יותר לעתיד חכם יותר
🇧🇷
// יצירת קשר $("#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) })