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.
我在 Web 视图中有一个条形码作为图像和 QA 代码。这些代码是根据用户输入数据(id 和名称)生成的。现在我想使用 Mfmailcomposer 通过邮件发送这两件事。如何将这两个东西附加到邮件并发送给其他人。
谢谢。
我正在开发一个在线测验应用程序,它提供了所有问题的列表,当用户单击问题编号时,应显示相应的问题。当用户单击任何问题编号时,应更改问题编号单元格的背景颜色。为此,我的 JS 如下
<script> function changecolor(x) { document.getElementById(x).style.background-color="#4ead3a";