$app/server
import { function read(asset: string): ResponseRead the contents of an imported asset from the filesystem
read } from '$app/server';读取
读取从文件系统导入的资产的内容
import { function read(asset: string): ResponseRead the contents of an imported asset from the filesystem
read } from '$app/server';
import const somefile: stringsomefile from './somefile.txt';
const const asset: Responseasset = function read(asset: string): ResponseRead the contents of an imported asset from the filesystem
read(const somefile: stringsomefile);
const const text: stringtext = await const asset: Responseasset.Body.text(): Promise<string>text();function read(asset: string): Response;上一页 下一页