摘要: String/byte[] // 占位符带编号 String url = MessageFormat.format("https://search.bilibili.com/all?keyword={0}", name); // 占位符不带编号 String url = String.format( 阅读全文
posted @ 2023-03-06 17:01 Red_Revolution 阅读(61) 评论(0) 推荐(0)