我的 hbs 文件接收 pdf 的字节数组。
r 是从服务器返回的数组。
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{title}}</title> </head> <body> </body> <script> var buffer = {{{r}}}; </script> </html>
问问题
22 次