问题描述
这个想法是
不管后端是什么
此HTML控件应可与任何应用程序配合使用
无论服务器代码是使用PHP,C#还是Ruby完成的
考虑一个样本控件
将用于在个人资料页面上显示以下信息
1.登录用户的照片
2.他/她的名字
假设我们只需要在此控件上显示这两件事
并且此控件应该是可重用的
也就是说,我应该能够将此HTML控件与以PHP,C#或Ruby编写的应用程序一起使用
此控件将接受照片URL并显示照片
它还将接受用户名的字符串并显示名称
the idea is
no matter what the back-end is
this HTML control should work with any application
no matter if the server code is done using PHP, C# or Ruby
consider a sample control
which will be used to show following information on a profile page
1. Logged in user''s Photo
2. His/her Name
Assume we need to show only these 2 things on this control
and this control should be reusable
i.e. I should be able to use this HTML control with an application written in PHP, C# or Ruby
This control will accept the Photo URL and show the photo
also it will accept the string for user name and will display the name
推荐答案
这篇关于从PHP调用HTML控件,从HTML控件调用Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!