つくたろうのサブブログ

つくたろうのサブブログです。実験などに使います。

画像アップロードテスト

const { createFFmpeg, fetchFile } = FFmpeg; const ffmpeg = createFFmpeg({ log: true }); const transcode = async ({ target: { files } }) => { const { name } = files[0]; await ffmpeg.load(); ffmpeg.FS('writeFile', name, await fetchFile(files…

youtube.com

カテゴリ取得テスト 本番

つくたろうのブログ カテゴリ取得テスト用の記事です 上手くいけばここ↓にカテゴリ一覧が出るはず カテゴリ var categories_bottom = document.getElementById("categories-bottom"); var categories = document.getElementsByClassName("entry-categories c…

カテゴリ取得テスト

カテゴリ取得テスト用の記事です 上手くいけばここ↓にカテゴリ一覧が出るはず aaa bbb ccc var categories_bottom = document.getElementById("categories-bottom").innerHTML; document.write(categories_bottom); document.getElementById("categories-bot…

ページ分割の実例:ページ3

3番目のページの内容です。

ページ分割の実例

最初のページの内容です。

ページ分割の実例:ページ2

2番目のページの内容です。