Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您在 drupal 6 中使用文件导入时,它会添加大量格式。我刚刚得到的就是返回路径。我正在打印以下内容。
<?php print $node->field_factsheet[0]['view'] ?>
要获取文件的路径,请使用:
<?php print $node->field_factsheet[0]['filepath'] ?>