Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请将链接#放入当前放置的公司网站。
#
const companyName = "Peuconomia Int'l Pvt. Ltd."; function setCopyrightText() { $("#ifcCopyright").html("© <a href=\"#\">" + companyName + "</a> " + new Date().getFullYear().toString()); } setCopyrightText();