【发布时间】:2011-01-15 04:09:46
【问题描述】:
什么是 C# 等效于 php 中的包含函数??我必须将 php 中的以下代码转换为 C#
if (file == "") file = str_replace(" ", "", family).strtolower(style) + " +ok sir php";
if (defined("FPDF_FONTPATH"))
file = FPDF_FONTPATH + file;
include(file);
【问题讨论】:
-
恐怕唯一的解决办法就是
with your bare hands