<!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> </head> <body> <script type="text/javascript"> var os=7888; alert(parseInt(os/60)+'分'+os%60+'秒'); </script> </body> </html>
查看原文