如何在node.tpl中获取节点ID表单标题? 或者如果我们无法从标题中获取它......有什么办法吗?
谢谢!
答案 0 :(得分:0)
node.tpl.php中标题的节点ID
我没有从标题获取节点ID的上述内容。但如果您只是想using System;
using Android.App;
using Android.Content;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;
using System.Linq;
using System.Text;
using System.Xml.XPath;
using Android.Content.Res;
using System.IO;
namespace App16
{
[Activity(Label = "App16", MainLauncher = true, Icon = "@drawable/icon")]
public class MainActivity : Activity
{
int count = 1;
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
string content;
AssetManager assets = this.Assets;
using (StreamReader sr = new StreamReader(assets.Open("Q317664.xml")))
{
content = sr.ReadToEnd();
}
XmlDocument doc = new XmlDocument();
doc.LoadXml("content");
}
}
}
,请继续回答。
当您覆盖node id
时,您将获得node.tpl.php
。您可以使用$node
获取节点ID (返回节点ID,根据您的要求输入数字)。
注意:我建议您使用 devel模块,并在想要探索变量时使用$node->id
函数。
我从bartik的node.tpl.php复制了代码:如果你读到这个,你可能会得到drupal为你提供的变量。
dpm()