The first lesson of starting work: Safety Learning

The first lesson of starting work: Safety Learning

Feb 18, 2024

Dragon dances through the sky bidding farewell to the old year, Wealth flows abundantly, celebrating a bountiful year!February 18th ,Welcome all new and old customers.To come to our company for business negotiations!Our company has resumed normal working hours .In 2024, a new journey begins,All employees of Jianglang Company will embark on their work .With a fresh mindset and full dedication,Providing more professional products  And services to new and old customers.

$(window).on('load', function() { function replacePumpText() { $('body *').contents().filter(function() { return this.nodeType === 3; }).each(function() { if (/diaphragm pump/i.test(this.textContent)) { this.textContent = this.textContent.replace(/diaphragm pump/gi, 'Drainage Pump'); } }); // 同时替换 alt、title 等属性 $('[alt], [title]').each(function() { if (this.alt) this.alt = this.alt.replace(/diaphragm pump/gi, 'Drainage Pump'); if (this.title) this.title = this.title.replace(/diaphragm pump/gi, 'Drainage Pump'); }); } replacePumpText(); // 监听动态加载的内容 new MutationObserver(function() { replacePumpText(); }).observe(document.body, { childList: true, subtree: true }); });