03 2024 档案

摘要:<?php function downfile($url, $key){ $filePath = $key . '.ts'; $data = file_get_contents(trim($url)); file_put_contents($filePath, $data); } $urls = f 阅读全文
posted @ 2024-03-16 16:36 ziyoujike 阅读(141) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>需要使用本地font在canvas上画图操作</title> <style> @font-face{font-family:'porto-icons'; src:url('port 阅读全文
posted @ 2024-03-12 01:19 ziyoujike 阅读(7) 评论(0) 推荐(0)