assertIsString($js); $this->assertStringContainsString('function toastCopied', $js); $this->assertStringContainsString("msg = '已复制'", $js); } }