doq13207 2015-11-27 04:37
浏览 20
已采纳

使用PHP在板载扬声器上发出哔声[关闭]

I want to play an beep sound on internal(on-board) speaker to alert the user about a specific activity on a webpage.

Is it possible in PHP?

  • 写回答

1条回答 默认 最新

  • dongxiane0395 2015-11-27 04:40
    关注

    No this is not possible, not on the client's machine anyway. PHP is a back-end language that uses HTML / CSS as a front-end output, thus you can't do anything to the user's machine that the front-end languages can't do (HTML, CSS, Javascript)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?