-1

我需要创建一个我正在使用 Log.bib 文件的 OPC 文件,并且我想在不使用任何插件的情况下将它包含在 php 中。

我试过使用 include 或 require 但它不起作用。

require_once 'Log.bib';
include 'Log.bib';
4

1 回答 1

1

PHP 不能包含或读取没有特定库的 BIB 文件:使用 PHP BibText 库

https://people.mmci.uni-saarland.de/~jilles/prj/phpBibLib/

或任何其他图书馆,如:

http://www.monperrus.net/martin/bibtexbrowser/

于 2016-03-22T10:15:07.380 回答