我的代码如下
public class LocalDB
{
public static int e_SessionID;
public static string e_EventName;
public static string e_TimeCreate;
}
Run Code Online (Sandbox Code Playgroud)
在其他课程中:
public static LocalDB newEvent ;
public void something()
{
newEvent.e_SessionID=123;
}
Run Code Online (Sandbox Code Playgroud)
但它无法传递价值.
如何检查用户首次打开我的应用程序后是否已经过了30天?30天过后,应用程序应该做一些事情,例如:备份数据,发送邮件等.我想将30天计时器重置为0,并在30天后再次检查.
我使用http://placehold.it放置图片大小,但是我不知道如何插入图片,例如:
<img src="image/abc.png" alt="" />
Run Code Online (Sandbox Code Playgroud)
当我使用placehod.it作为src =“ https://placehold.it/320x150”