是否可以在Android上的移动Chrome中设置自定义网络通知声音(使用来自服务工作者的javascript)?
如果是这样,是否有任何限制(文件类型,大小,声音长度)?
由于
答案 0 :(得分:0)
standard中定义了message = """<html>
<head>
<center>
<h1 style="font-size:45px;">BAD BUSINESS PLAN PTY LTD. INVOICE</h1>
<img src="companyLogo.jpg" width="400" height ="400" alt="Company Logo">
</center>
</head>
<body>
<p><table border="2"; align="center"> {dog_names} </table></p>
</body>
</html>"""
line_template = "<tr><td> {dog_name} </td></tr>"
dog_name_list = [ line_template.format(dog_name = dog_name) for dog_name in dog_names ]
dog_names = "".join(dog_name_list)
print message.format(dog_names=dog_names)
选项。
但目前没有浏览器支持它(仅在Chrome 58上测试过)。