질문이 있으신가요? 전화: +86-400-9632008 이메일:
순홍.
Please Choose Your Language
English
العربية
Français
Русский
Español
Português
Deutsch
italiano
日本語
한국어
Nederlands
Tiếng Việt
ไทย
Polski
Türkçe
አማርኛ
ພາສາລາວ
ភាសាខ្មែរ
Bahasa Melayu
ဗမာစာ
தமிழ்
Filipino
Bahasa Indonesia
magyar
Română
Čeština
Монгол
қазақ
Српски
हिन्दी
فارسی
Kiswahili
Slovenčina
Slovenščina
Norsk
Svenska
українська
Ελληνικά
Suomi
Հայերեն
עברית
Latine
Dansk
اردو
Shqip
বাংলা
Hrvatski
Afrikaans
Gaeilge
Eesti keel
Māori
집
제품
할인 전압 변환기
가정용 전압 변환기
가정용 전압 변환기(구리)
산업용 전압 변환기
산업용 전압 변환기(구리)
국제 전압 변환기
절연 변압기
전압 변환기 변압기
전압 변환기 변압기(구리)
전압 안정기
회사 소개
서비스 및 지원
맞춤화
FAQ
목록
애플리케이션
블로그
연락하다
Please Choose Your Language
English
العربية
Français
Русский
Español
Português
Deutsch
italiano
日本語
한국어
Nederlands
Tiếng Việt
ไทย
Polski
Türkçe
አማርኛ
ພາສາລາວ
ភាសាខ្មែរ
Bahasa Melayu
ဗမာစာ
தமிழ்
Filipino
Bahasa Indonesia
magyar
Română
Čeština
Монгол
қазақ
Српски
हिन्दी
فارسی
Kiswahili
Slovenčina
Slovenščina
Norsk
Svenska
українська
Ελληνικά
Suomi
Հայերեն
עברית
Latine
Dansk
اردو
Shqip
বাংলা
Hrvatski
Afrikaans
Gaeilge
Eesti keel
Māori
집
제품
할인 전압 변환기
가정용 전압 변환기
가정용 전압 변환기(구리)
산업용 전압 변환기
산업용 전압 변환기(구리)
국제 전압 변환기
절연 변압기
전압 변환기 변압기
전압 변환기 변압기(구리)
전압 안정기
회사 소개
서비스 및 지원
맞춤화
FAQ
목록
애플리케이션
블로그
연락하다
질문이 있으신가요? 전화: +86-400-9632008 이메일:
순홍.
'+el.prodName+'
'+data.currencySymbol+'
'+el.shopProdPrice+'
'+data.currencySymbol+'
'+el.shopProdPriceMax+'
'+buybtn+'
' }else { tempHtml += '
'+el.prodName+'
'+data.currencySymbol+'
'+el.shopProdPrice+'
'+buybtn+'
' } }else { if(el.prodDiscountPrice && el.prodDiscountPrice != el.prodPrice){ tempHtml += '
'+el.prodName+'
'+data.currencySymbol+'
'+el.prodDiscountPrice+'
'+data.currencySymbol+'
'+el.prodPrice+'
'+buybtn+'
' }else { tempHtml += '
'+el.prodName+'
'+data.currencySymbol+'
'+el.prodPrice+'
'+buybtn+'
' } } }); return tempHtml; } //关联产品请求 function prodAjax(encodePkId){ $.ajax({ url: '/phoenix/admin/videoExpand/getDetail?videoId='+encodePkId, type: 'get', success: function(xhr) { var data = JSON.parse(xhr); console.log('data',data) //标题 if(data.video.videoName){ $('.windowPlayWrapProd .prodDiv .prod-title').text(data.video.videoName) } //描述 if(data.video.videoDesc){ $('.windowPlayWrapProd .prodDiv .prod-desc').html(data.video.videoDesc) }else { $('.windowPlayWrapProd .prodDiv .prod-desc').addClass('hide'); } if(data.products && data.products.length > 0){ $('.prod-list').html(prodHtmlrender(data)) } phoenixSite.payCoinExchange.handleElement($('.windowPlayWrapProd')); } }) } function priviewVideo(){ var player; $(".sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530.sitewidget-atlasList .atlasList-item").mouseover(function(){ try{ var _that = $(this).find(".video_detail_play_view").find("source"); if(_that.length > 0){ var _videoSrc = $(_that).attr("data-video-src"); var _this = $(this); if(!$(_that).attr("src")){ $(_that).attr("src",_videoSrc); player = videojs($(_this).find(".video_detail_play_view")[0],{ muted: true,controls: false,}); }else{ player = videojs($(_this).find(".video_detail_play_view")[0]); }; player.on('loadstart',function () { player.play(); }); player.on('loadedmetadata',function () { console.log('loadedmetadata---视频源数据加载完成----') player.play(); }); setTimeout(function(){ player.play(); },1000) setTimeout(function(){ $(_this).find(".video-js").css("z-index",6); $(_this).find(".addPriviewVideo").removeClass("fa fa-play-circle-o playCircle"); },50) } }catch(e){ console.log(e); } }); $(".sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530.sitewidget-atlasList .atlasList-item").mouseout(function(){ try{ var _that = $(this).find(".video_detail_play_view").find("source"); if(_that.length > 0){ var _this = $(this); setTimeout(function(){ $(_this).find(".addPriviewVideo").addClass("fa fa-play-circle-o playCircle"); $(_this).find(".video-js").css("z-index",-1); },50); if(player){ setTimeout(function(){ player.pause(); },1000) } } }catch(e){ console.log(e); } }); } var playMode = 'alertPlayer'; var videoProdState = 0 $('.item-desc a').click(function(){ $(this).parents('.atlasList-item').find('.item-box>a').click(); }) $('.sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530 .playCircle').each(function(index) { var thirdPartyLink = $(this).attr('thirdPartyLink'); var videoSource = $(this).attr('videoSource'); var encodeVideoId = $(this).attr('encodeVideoId'); var encodePkId = $(this).attr('encodePkId'); var _this = $(this); if ('0' == videoSource || '' == videoSource) { var url = ' /phoenix/admin/video/url?photoId=' + encodeVideoId; if(playMode == 'windowPlayer'){ _this.attr('href', ''); (function(index){ $.ajax({ url: url, type: 'get', success: function(xhr) { var data = JSON.parse(xhr); if (data.video_url) { var httpU1 = data.video_url.substring(0, 2); var httpU2 = data.video_url.substring(0, 4); var httpU3 = data.video_url.substring(0, 5); var endVideoUrl = ''; if (httpU1 == '//' || 'http' == httpU2 || 'https' == httpU3) { _this.attr('href', data.video_url); var endVideoUrl = data.video_url; } else { _this.attr('href', '//' + data.video_url); var endVideoUrl = '//' + data.video_url; } var isM3u8Video = Boolean(endVideoUrl.indexOf('mediaType=m3u8') > -1); var videoHtml = ''; var ua = navigator.userAgent.toLowerCase(); var urlHref; if(_this.nextAll('video').attr('data-video-mp4Url') != '') { urlHref = _this.nextAll('video').attr('data-video-mp4Url'); }else{ urlHref = _this.nextAll('video').attr('data-video-public'); } if(ua.match(/MicroMessenger/i)=="micromessenger"){ videoHtml = '
'+ '
'; }else if(isM3u8Video){ videoHtml = '
'+ '
'; }else{ if(videoProdState == '1'){ videoHtml = '
'+ '
'; }else{ videoHtml = '
'+ '
'; } } var VideoPlayerMuted = true; var maxWidth = '700px'; var maxHeight = '500px'; var opacity = 0.9; if(0 == "0"){ VideoPlayerMuted = true; }else{ VideoPlayerMuted = false } var className = 'videoBoxPlayWrap windowPlayWrap' if(videoProdState == '1'){ maxWidth = '1200px'; maxHeight = '490px'; opacity = 0.74; className = 'videoBoxPlayWrap windowPlayWrap windowPlayWrapProd' } $($(".sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530 .item-box")[index]).find('.playCircle').colorbox({ opacity: opacity, maxWidth: maxWidth, maxHeight: maxHeight, width: "100%", height: "100%", //iframe: isM3u8Video?null:true, iframe: false, //html:isM3u8Video?videoHtml:null, html:videoHtml, fixed: true, className: className, onComplete:function(){ var m3u8Id = "video-list-"+index; videojs(m3u8Id,{ muted: VideoPlayerMuted,autoplay: true, }) if(videoProdState == '1'){ //插入产品列表ajax请求 prodAjax(encodePkId) } }, onClosed:function(){ var player = videojs("video-list-"+index); player.dispose(); } }); } } }); })(index) }else{ (function(index){ console.log("=====") })() } } else { if(playMode == 'windowPlayer'){ _this.attr('href', thirdPartyLink); var videoHtml = ''; var iframeState = true; var className = 'videoBoxPlayWrap windowPlayWrap' var maxWidth = '700px'; var maxHeight = '500px'; var opacity = 0.9; if(videoProdState == '1'){ maxWidth = '1200px'; maxHeight = '490px'; opacity = 0.74; className = 'videoBoxPlayWrap windowPlayWrap windowPlayWrapProd'; iframeState = false; videoHtml = '
'+ '
'; }else { videoHtml = '
'+ '
'; } $($(".sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530 .item-box")[index]).find('.playCircle').colorbox({ opacity: opacity, maxWidth: maxWidth, maxHeight: maxHeight, width: "100%", height: "100%", iframe: iframeState, html:videoHtml, fixed: true, className: className, onComplete:function(){ if(videoProdState == '1'){ //插入产品列表ajax请求 prodAjax(encodePkId) } } }); } } $('.sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530 .playCircle').show() }); var timerVideoList = setInterval(function(){ if($('.sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530.sitewidget-atlasList .atlasList-item').length > 0){ clearInterval(timerVideoList); } }) function is_weixn(){ var ua = navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i)=="micromessenger") { $('.sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530.sitewidget-atlasList .atlasList-item').each(function(){ if($(this).find('video').attr('data-video-mp4Url') != ''){ $(this).find('.addPriviewVideo').attr('data-prod_url',$(this).find('video').attr('data-video-mp4Url')); $(this).find('video source').attr('data-video-src',$(this).find('video').attr('data-video-mp4Url')); $(this).find('video source').attr('type','video/mp4'); } }) } } is_weixn(); }); }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_e29f4234f53e4c43b82f3495a3b85e6d' guid='u_e29f4234f53e4c43b82f3495a3b85e6d' pm_script='sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530' jumpTo='wofYZtkMmeUO' type='text/javascript'*/ try{ (function(window, $, undefined) { $(function() { var categoryIdPagination = "-1"; if (categoryIdPagination == '-1') { $.cookie('PFGC', '', { expires: -1 }); } else { $.cookie('PFGC', 'infoGroupId_' + categoryIdPagination, { expires: 24 * 60 * 60, path: '/' }); } }); })(window, jQuery) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_9d9ead59a9ed4b5ea9428a86027aa83a' guid='u_9d9ead59a9ed4b5ea9428a86027aa83a' pm_script='sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530' jumpTo='wofYZtkMmeUO' type='text/javascript'*/ try{ (function(window, $, undefined){ })(window, jQuery); }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_c2904312812d477e88407017b1f5da32' guid='u_c2904312812d477e88407017b1f5da32' pm_script='sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530' jumpTo='wofYZtkMmeUO' type='text/javascript'*/ try{ (function(window,$,undefined){ $(function(){ phoenixSite.commentListMy.getUserReview('sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530'); onloadHack(function(){ $('.'+'sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530').find(".pagination").click(function(){ var _offsetTop = $('.'+'sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530').offset().top; _offsetTop -= 100; if (_offsetTop) { scrollTo(0,_offsetTop); } }); $('.'+'sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530').find(".paging").click(function(){ var _offsetTop = $('.'+'sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530').offset().top; _offsetTop -= 100; if (_offsetTop) { scrollTo(0,_offsetTop); } }); }); //设置图片 function setPhotoImg(){ $('.'+'sitewidget-323afefd-96dd-46bc-8003-8fb98c9357aa-20200909153530').find(".atlasList-item").each(function(){ var _videoSrc = $(this).find(".item-box a.playCircle").attr("thirdpartylink"); if (!!_videoSrc){ var _formatSrc = _videoSrc.split("."); _formatSrc = _formatSrc[_formatSrc.length - 1]; if (_formatSrc == 'mp4' || _formatSrc == 'm3u8') { var _photoImgSrc = $(this).find(".item-box a.atlasList_img source").attr("srcset"); var _imgSrc = $(this).find(".item-box a.atlasList_img img").attr("src"); if (_photoImgSrc.indexOf("no_pic") > 0 || _imgSrc.indexOf("no_pic") > 0){ var imgSrc = _videoSrc + "?vframe/jpg/offset/1"; $(this).find(".item-box a.atlasList_img source").attr("srcset", imgSrc); $(this).find(".item-box a.atlasList_img img").attr("src", imgSrc); } } } }); } }); })(window,jQuery) }catch(e){try{console && console.log && console.log(e);}catch(e){}} })(window, $);
문의하기
전화: +86- 13326718713
이메일:
순홍. transformer@gmail.com
전화: +86-400-9632008
주소: 광동성 포산시 DALI Nanhai 지역 XIEBIAN 제2산업구
순홍.
0){ for(var i=0;i
=(Math.floor(items.length/2))){ items.eq(i).find(".onlineservice-fixed-blocks-tips").addClass('floatRight') } } } $(".sitewidget-onlineService-20231215155607.onlineservice-fixed-left .onlineservice-fixed-blocks-items").click(function(){ if($(window).width()<768){ if($(this).find('.triangleMb').hasClass('triangleMbShow')){ $(this).find('.triangleMb').removeClass('triangleMbShow'); $(this).find('.bgicon').removeClass('bgcl'); $(this).find('.bglist').removeClass('listHover') $(this).find('.onlineservice-fixed-blocks-tips').removeClass('showtitle'); }else{ items.find('.triangleMb').removeClass('triangleMbShow'); items.find('.bglist').removeClass('listHover') items.find('.bgicon').removeClass('bgcl'); items.find('.onlineservice-fixed-blocks-tips').removeClass('showtitle'); $(this).find('.triangleMb').addClass('triangleMbShow'); $(this).find('.bgicon').addClass('bgcl'); $(this).find('.bglist').addClass('listHover') $(this).find('.onlineservice-fixed-blocks-tips').addClass('showtitle') } } }) $(".sitewidget-onlineService-20231215155607.onlineservice-fixed-left .onlineservice-fixed-blocks-items").hover(function(){ if($(window).width()>768){ $(this).find('.bgicon').addClass('listHover'); if($(this).find('>.onlineService_wechat_icon').length != 0){ //经过计算最大高度 var windowHeight = $(window).height(); //父元素距离顶部距离 var topstance = $('.sitewidget-onlineService-20231215155607.onlineservice-fixed-style').position().top; //元素距离父元素距离 var distance_p = $(this).find('>.onlineService_wechat_icon').offset().top - $(this).find('>.onlineService_wechat_icon').parent().parent().offset().top; //最终最大高度 var distance = windowHeight - (topstance + distance_p) - 40; $(this).find('.onlineservice-fixed-blocks-tips').css({'max-height':distance,'overflow-y':'auto'}); } } },function(){ if($(window).width()>768){ $(this).find('.bgicon').removeClass('listHover') } }) }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_351dcaf065ad4f9ea9bbb0ca21526522' guid='u_351dcaf065ad4f9ea9bbb0ca21526522' pm_script='sitewidget-onlineService-20231215155607' jumpTo='trADEtaMvouZ' type='text/javascript'*/ try{ $(function(){ if (phoenixSite.phoenixCompSettings && typeof phoenixSite.phoenixCompSettings.onlineService !== 'undefined' && typeof phoenixSite.phoenixCompSettings.onlineService.onlineServiceChange == "function") { phoenixSite.phoenixCompSettings.onlineService.onlineServiceChange(".sitewidget-onlineService-20231215155607"); return; } $.getScript("//jnrorwxhjqrjjl5q-static.micyjz.com/static/assets/widget/script/compsettings/comp.onlineService.settings.js?_=1780051420374", function(){ phoenixSite.phoenixCompSettings.onlineService.onlineServiceChange(".sitewidget-onlineService-20231215155607"); }); }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_f2d5993b9008479f8656e14e88add9b6' guid='u_f2d5993b9008479f8656e14e88add9b6' pm_script='sitewidget-onlineService-20231215155607' jumpTo='trADEtaMvouZ' type='text/javascript'*/ try{ $(function(){ $(".sitewidget-onlineService-20231215155607 .onlineService_qr").on("click",function(ev){ if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }); $(".sitewidget-onlineService-20231215155607 .onlineService_wechat").on("click",function(ev){ if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
' +'
' +'
' +'
' +'
' +'
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }); $(".sitewidget-onlineService-20231215155607 .onlineService_kakaotalk").on("click", function(ev) { if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
' +'
' +'
' +'
' +'
' +'
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }) $(".sitewidget-onlineService-20231215155607 .onlineService_qPhoto").on("click", function(ev) { if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
' +'
' +'
' +'
' +'
' +'
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }) $(".sitewidget-onlineService-20231215155607 .onlineService_wPhoto").on("click", function(ev) { if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
' +'
' +'
' +'
' +'
' +'
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }) }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_874cf07b58764bd5a8502799f9819458' guid='u_874cf07b58764bd5a8502799f9819458' pm_script='sitewidget-onlineService-20231215155607' jumpTo='trADEtaMvouZ' type='text/javascript'*/ try{ (function(window,$,undefined){ $(function(){ $(".onlineService_q").on("click",function(e){ e.preventDefault(); // fbq联系埋点 if (window.fbq) { window.fbq('track', 'ViewContent') } // ttq联系埋点 if (window.ttq) { window.ttq.track('ViewContent') } var currentNum=$(this).data("account"); if (!!currentNum) { var servicePC="http://wpa.qq.com/msgrd?v=3&uin="+currentNum; var serviceMobile="mqqwpa://im/chat?chat_type=wpa&uin="+currentNum+"&version=1&src_type=web&web_src"; if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent) || /(Android)/i.test(navigator.userAgent)){ window.open(serviceMobile); } else{ window.open(servicePC); } } }) // 互动 $('.sitewidget-onlineService-20231215155607').find('a[class^=onlineService_]').on('click', function (e){ // fbq联系埋点 if (window.fbq) { window.fbq('track', 'ViewContent') } // ttq联系埋点 if (window.ttq) { window.ttq.track('ViewContent') } if(e.currentTarget && e.currentTarget.className.indexOf('onlineService_e')==-1){ window._ldDataLayer && window._ldDataLayer.push && window._ldDataLayer.push(["event", "action_advisory", "click", "onlineService"]); } }) }) })(window,jQuery) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_986dbbb29b6346da85d7bff59fb70ef2' guid='u_986dbbb29b6346da85d7bff59fb70ef2' pm_script='sitewidget-onlineService-20231215155607' jumpTo='trADEtaMvouZ' type='text/javascript'*/ try{ (function(window,$,undefined){ $(function(){ $('.sitewidget-onlineService *').css("text-align","center !important"); $('.sitewidget-onlineService *').css("direction","initial !important"); }); })(window,jQuery) }catch(e){try{console && console.log && console.log(e);}catch(e){}} })(window, $);
' +'
' +'
' +'
' +'
' +'
빠른 링크
집
제품
회사 소개
서비스 및 지원
애플리케이션
블로그
문의하기
개인 정보 보호 정책
배송 정책
반품 및 환불 정책
제품 카테고리
할인 전압 변환기
가정용 전압 변환기
가정용 전압 변환기(구리)
산업용 전압 변환기
산업용 전압 변환기(구리)
국제 전압 변환기
절연 변압기
전압 변환기 변압기
전압 변환기 변압기(구리)
전압 안정기
뉴스레터에 가입하세요
구독하다
왓츠앱
저작권 ©
2024
불산 순홍전기(주) All Rights Reserved.|
사이트맵