3
誰でも私のプロジェクトに助けてくれますか? JavaScriptのテキストフィールドの詳細をどのように呼び出すことができますか?Javascript変数渡し
function AddPushpin()
{
var shape = new VEShape(VEShapeType.Pushpin, map.GetCenter());
shape.SetTitle(**//it should be coming from a textfield//**);
shape.SetDescription('This is shape number '+pinid);
pinid++;
map.AddShape(shape);
}
これで写真をアップロードすることは可能でしょうか? これは同じコードですか? – bluestella