{"id":973,"date":"2020-08-25T22:39:04","date_gmt":"2020-08-25T14:39:04","guid":{"rendered":"http:\/\/123.57.164.21\/?p=973"},"modified":"2020-08-25T22:39:04","modified_gmt":"2020-08-25T14:39:04","slug":"swift-%e6%8a%8a%e7%a7%92%e6%95%b0%e8%bd%ac%e6%8d%a2%e6%88%90%e6%97%b6%e5%88%86%e7%a7%92%ef%bc%88000000%ef%bc%89%e6%a0%bc%e5%bc%8f","status":"publish","type":"post","link":"https:\/\/92it.top\/?p=973","title":{"rendered":"Swift &#8211; \u628a\u79d2\u6570\u8f6c\u6362\u6210\u65f6\u5206\u79d2\uff0800:00:00\uff09\u683c\u5f0f"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/\/ MARK: - \u628a\u79d2\u6570\u8f6c\u6362\u6210\u65f6\u5206\u79d2\uff0800:00:00\uff09\u683c\u5f0f\n\/\/\/\n\/\/\/ - Parameter time: time(Float\u683c\u5f0f)\n\/\/\/ - Returns: String\u683c\u5f0f(00:00:00)\nfunc transToHourMinSec(time: Float) -> String\n{\n    let allTime: Int = Int(time)\n    var hours = 0\n    var minutes = 0\n    var seconds = 0\n    var hoursText = \"\"\n    var minutesText = \"\"\n    var secondsText = \"\"\n    \n    hours = allTime \/ 3600\n    hoursText = hours > 9 ? \"\\(hours)\" : \"0\\(hours)\"\n    \n    minutes = allTime % 3600 \/ 60\n    minutesText = minutes > 9 ? \"\\(minutes)\" : \"0\\(minutes)\"\n    \n    seconds = allTime % 3600 % 60\n    secondsText = seconds > 9 ? \"\\(seconds)\" : \"0\\(seconds)\"\n    \n    return \"\\(hoursText):\\(minutesText):\\(secondsText)\"\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"_links":{"self":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/973"}],"collection":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=973"}],"version-history":[{"count":1,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/973\/revisions"}],"predecessor-version":[{"id":974,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/973\/revisions\/974"}],"wp:attachment":[{"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=973"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=973"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}