var double fileLength = context.GetVarValue("fileLength");
var double compressedFileLength = context.GetVarValue("compressedFileLength");
Label1.Text = (a / (a+b)).ToString("0%");
context.SetVarValue("result", Label1);
不明不白的理解:
读取两个数字变量,然后通过一条抄来的表达式(第三行),输出结果